home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
business
/
autorexx.lha
/
PlugIns
/
Trigger.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1996-12-28
|
418b
|
25 lines
/*
Trigger.rexx - DB PlugIn : A simple trigger to tag checkboxes
(c) 1996 Karl Mottram - Bifrost Industries
Started 1530 hrs - 23-12-96
Last Updated $VER: v1.0_(23-12-96) - The bare bones...
*/
Init:
PlugPath = "DB:PlugIns/" /* Dont forget the / */
ReadStream:
Parse Arg PlugIn
PlugIn = Strip(PlugIn)
Reset:
CURRENTFIELD Trigger
PUTFIELD 0
Fire:
Address Command "c:RX "PlugPath||PlugIn
Exzit:
Exit